if (System.Environment.Is64BitOperatingSystem)
//do somthing....
if (System.Environment.Is64BitProcess)
//do somthing....
//do somthing....
if (System.Environment.Is64BitProcess)
//do somthing....